.about-banner-wrapper.container,
.mission-vision-wrapper,
.our-team-wrapper,
.about-company-wrapper .about-company.container {
  padding: 20px;
}

.about-banner-wrapper .img-wrapper {
  position: relative;
  padding-top: 49.6%;
}

.about-banner-wrapper .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.about-company.container {
  padding: 48px;
  position: relative;
}

.about-company .about-company-details {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 40px;
}

.about-company .about-company-details {
  color: #797979;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.about-company .flower-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mission-vision-wrapper .cards {
  display: flex;
  gap: 20px;
}
.mission-vision-wrapper .cards .card {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.mission-vision-wrapper .cards .img-wrapper {
  margin-bottom: 40px;
}
.mission-vision-wrapper .cards .card {
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px #0000000d;
}

.mission-vision-wrapper .cards h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 9px;
}

.mission-vision-wrapper .cards p {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  color: #797979;
  text-align: center;
}

.awards-wrapper .title-wrapper {
  margin-bottom: 48px;
}
.awards-wrapper .image-wrapper {
  display: flex;
  gap: 20px;
}

.awards-wrapper .image-wrapper .left-img {
  flex: 0 0 57.7465%;
}
.awards-wrapper .image-wrapper .right-img {
  flex: 1;
}

.awards-wrapper .image-wrapper .left-img,
.awards-wrapper .image-wrapper .right-img {
  position: relative;
  padding-top: 46.55%;
  height: 100%;
}

.awards-wrapper .image-wrapper .right-img img,
.awards-wrapper .image-wrapper .left-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awards-wrapper .award-details {
  display: flex;
  flex-direction: column;
  gap: 27px;
  font-size: 24px;
  line-height: 29px;
  color: #797979;
}

.awards-wrapper .award-details {
  margin-top: 30px;
  font-weight: 400;
}

.awards-wrapper .award-details strong {
  font-weight: 600;
}

.awards-wrapper .award-details .contribution h4 {
  font-weight: 600;
  color: #007b8e;
  margin-bottom: 14px;
}

.awards-wrapper .award-details ul {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.awards-wrapper .award-details li {
  list-style: disc;
}

.our-team .member {
  display: flex;
  gap: 20px;
}

.our-team .team-member .image-section {
  flex: 0 0 40.85%;
  position: relative;
  height: fit-content;
}
.our-team .team-member .image-section .img-wrapper {
  position: relative;
  padding-top: 87.37%;
}
.our-team .team-member .image-section .img-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}

.our-team .team-member .member-pos {
  position: absolute;
  bottom: 16px;
  max-width: 87%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.our-team .team-member .member-pos h4 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #000;
  margin-bottom: 7px;
}

.our-team .team-member .member-pos p {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #007b8e;
  font-style: italic;
}

.our-team .team-member .member-details ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1%;
  color: #797979;
}

.our-team .team-member .member{
  border-bottom: 1px solid #007b8e;
  padding: 48px 0;
}

.our-team .team-member .member:first-child{
  padding-top: 24px;
}

.our-team .team-member .member:last-child{
  border-bottom: 0;
}

.our-team .team-member .member:nth-of-type(even) {
  flex-direction: row-reverse;
}


/* remove lines from 268 to 277 and add below code */

@media only screen and (max-width: 900px) {

    .our-team .team-member .member {
    gap: 10px;
    flex-direction: column;
    padding: 24px 0;
  }

  .our-team .team-member .member:nth-of-type(even){
    flex-direction: column;
  }
}

@media only screen and (max-width: 1240px) {
  .our-team .team-member .image-section {
    flex: 0 0 57.85%;
  }
  .our-team .team-member .member-details ul {
    text-align: justify;
  }
}

@media only screen and (max-width: 1024px) {
  .about-company .about-company-details {
    font-size: 20px;
    line-height: 24px;
    gap: 20px;
    margin-top: 30px;
    text-align: justify;
  }

  .mission-vision-wrapper .cards .card {
    padding: 16px;
  }

  .mission-vision-wrapper .cards .img-wrapper {
    margin-bottom: 20px;
  }

  .mission-vision-wrapper .cards h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 6px;
  }

  .mission-vision-wrapper .cards p {
    font-size: 20px;
    line-height: 24px;
  }
  .awards-wrapper .award-details {
    gap: 16px;
    font-size: 20px;
    line-height: 24px;
    text-align: justify;
  }
  .awards-wrapper .award-details ul {
    gap: 8px;
  }
}

@media only screen and (max-width: 900px) {
  .our-team .member {
    gap: 10px;
    flex-direction: column;
  }
  .our-team .team-member .member:nth-of-type(2){
    flex-direction: column;
    margin: 24px 0;
  }
}

@media only screen and (max-width: 768px) {
  .about-banner-wrapper .img-wrapper {
    position: relative;
    padding-top: 60%;
  }

  .mission-vision-wrapper {
    padding: 20px 0;
  }

  .mission-vision-wrapper .cards {
    flex-direction: column;
  }

  .awards-wrapper .image-wrapper {
    flex-direction: column;
  }

  .awards-wrapper .image-wrapper .left-img,
  .awards-wrapper .image-wrapper .right-img {
    padding-top: 100%;
  }

  .our-team .team-member .member-pos h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}
.our-team .team-member .member-pos p {
    font-size: 21px;
    line-height: 25px;
}
.our-team .team-member .member-details ul {
    gap: 14px;
    font-size: 20px;
    line-height: 24px;
}
.our-team .team-member .member:first-child {
    padding: 26px 0 20px;
}
 .our-team-wrapper{
    padding: 0;
    padding-top: 24px;
 }
}

@media only screen and (max-width: 520px) {
  .about-company .about-company-details {
    font-size: 16px;
    line-height: 20px;
    gap: 16px;
    margin-top: 20px;
  }

  .mission-vision-wrapper .cards p {
    font-size: 18px;
    line-height: 22px;
  }

  .awards-wrapper .award-details {
    gap: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .awards-wrapper .award-details .contribution h4 {
    margin-bottom: 6px;
  }
  .our-team .team-member .member-details ul {
    font-size: 16px;
    line-height: 20px;
}
.our-team .team-member .member-pos p {
    font-size: 14px;
    line-height: 19px;
}
.our-team .team-member .member-pos h4 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 4px;
}
.our-team .team-member .member-pos{
    padding: 8px;
}
}

@media only screen and (min-width: 768px) {
  .about-banner-wrapper.container,
  .mission-vision-wrapper,
  .our-team-wrapper {
    padding: 48px 20px;
  }
}
